Version

DragDropMoveEventArgs class Members

The following tables list the members exposed by DragDropMoveEventArgs.

Public Constructors
 NameDescription
Public ConstructorDragDropMoveEventArgs Constructor  
Public Properties
 NameDescription
Public PropertyelementAtMouseReturns a references to the html element under mouse or null. Reference to element under mouse or null. (Inherited from Infragistics.Web.UI.DragDropEventArgs)
Public PropertymanagerReturns a references to the DragDropManager object. Reference to DragDropManager. (Inherited from Infragistics.Web.UI.DragDropEventArgs)
Public PropertyxReturns the current x coordinate of the mouse in relation to the window. The current x coordinate.  
Public PropertyyReturns the current y coordinate of the mouse in relation to the window. The current y coordinate.  
See Also